home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / callback.001 / callback~ / callback / lib / ttyline / activatettylines.c < prev    next >
C/C++ Source or Header  |  1996-07-22  |  141b  |  8 lines

  1.  
  2. #include "ttyline.p"
  3.  
  4. void activate_ttylines()
  5. {
  6.     active_line = -1;           /* -1 indicates all lines active */
  7.     active_index = 0;
  8. }